LEADTOOLS JPEG 2000 (Leadtools.Jpip.Client assembly)

DataBinInfo Constructor

Show in webframe





An System.Object representing the data-bin ID value.
A Leadtools.Jpip.DataBinClassIdValues value representing the type of the data-bin.
The index of the code-stream the data-bin.
An System.Int32 number representing the offset to the beginning of the data.
true if the databin is filled; otherwise, false
An array of System.Byte values containing the actual data in the data-bin.
Initializes a new instance of the DataBinInfo class with explicit parameters.
Syntax
public DataBinInfo( 
   object inClassId,
   DataBinClassIdValues classId,
   int codeStream,
   int offset,
   bool completed,
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal inClassId As Object, _
   ByVal classId As DataBinClassIdValues, _
   ByVal codeStream As Integer, _
   ByVal offset As Integer, _
   ByVal completed As Boolean, _
   ByVal data() As Byte _
)
'Usage
 
Dim inClassId As Object
Dim classId As DataBinClassIdValues
Dim codeStream As Integer
Dim offset As Integer
Dim completed As Boolean
Dim data() As Byte
 
Dim instance As New DataBinInfo(inClassId, classId, codeStream, offset, completed, data)

            

            
public:
DataBinInfo( 
   Object^ inClassId,
   DataBinClassIdValues classId,
   int codeStream,
   int offset,
   bool completed,
   array<byte>^ data
)

Parameters

inClassId
An System.Object representing the data-bin ID value.
classId
A Leadtools.Jpip.DataBinClassIdValues value representing the type of the data-bin.
codeStream
The index of the code-stream the data-bin.
offset
An System.Int32 number representing the offset to the beginning of the data.
completed
true if the databin is filled; otherwise, false
data
An array of System.Byte values containing the actual data in the data-bin.
Example
For an example, refer to JpipClient.
Requirements

Target Platforms

See Also

Reference

DataBinInfo Class
DataBinInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip.Client requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features